#!/bin/bash
# This script installs various rpm patches needed for RH16

cd /
image=/usr/local/hsc_install.images
source=`/usr/bin/dirname $0`
if [ "$source" = "/mnt/cdrom" ]
then
  image=/mnt/cdrom
fi

$image/installR3H $image

